home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 25 / 025.d81 / t.file cabinet 2 < prev    next >
Text File  |  2022-08-26  |  4KB  |  247 lines

  1.  
  2.  
  3.             FILE CABINET
  4.                 by
  5.           D. J. B. Shibley
  6.  
  7.  
  8. Text part 2:
  9.  
  10.       *** THE COMMAND MODE ***
  11.  
  12.  
  13.   The COMMAND ENTRY option of the
  14.  
  15. MAIN MENU allows you to manipulate
  16.  
  17. your data files with direct entries.
  18.  
  19. When you choose this option, you will
  20.  
  21. first see a brief list and
  22.  
  23. explanation of all the commands at
  24.  
  25. your disposal.  After you have
  26.  
  27. completed the list (or have pressed
  28.  
  29. RUN/STOP), you will go to a screen
  30.  
  31. where you enter commands.  Commands
  32.  
  33. (and their abbreviations) are:
  34.  
  35.  
  36. HELP-- H
  37.  
  38.  
  39.   Entering "HELP" will give you
  40.  
  41. another look at the list of commands.
  42.  
  43. It may be abbreviated "H".
  44.  
  45.  
  46. INITIALIZE NEW-- I NEW
  47.  
  48.  
  49.   Any data disk that you use must be
  50.  
  51. formatted before it can be used.  Use
  52.  
  53. this command only when you have a
  54.  
  55. blank, unformatted, disk in your
  56.  
  57. drive.  If you initialize a disk with
  58.  
  59. work stored on it, all of those files
  60.  
  61. will be erased.
  62.  
  63.  
  64. INITIALIZE OLD-- I
  65.  
  66.  
  67.   This command is similar to the last
  68.  
  69. one, but it does not format the disk,
  70.  
  71. allowing other files to remain on the
  72.  
  73. disk.  However, if you use this
  74.  
  75. command on a disk with FILE CABINET
  76.  
  77. files on it, those files will be
  78.  
  79. erased.
  80.  
  81.  
  82. DISPLAY-- D
  83.  
  84.  
  85.   This command lists on your monitor
  86.  
  87. all of the files that are on the disk
  88.  
  89. currently in your drive.
  90.  
  91.  
  92. LIST-- L
  93.  
  94.  
  95.   This command sends a list of files
  96.  
  97. and their fields to your printer.
  98.  
  99.  
  100. KILL FILENAME-- K
  101.  
  102.  
  103.   This command erases an entire file
  104.  
  105. from a disk.  Type "KILL" or "K" and
  106.  
  107. then press RETURN.
  108.  
  109.  
  110. COPY FILENAME-- C
  111.  
  112.  
  113.   This command copies a file from one
  114.  
  115. disk to another.  To use this command,
  116.  
  117. have the disk with the file you want
  118.  
  119. copied in the drive.  Then type in
  120.  
  121. the command and the filename and
  122.  
  123. press RETURN.  You will be prompted
  124.  
  125. when you need to insert the new disk.
  126.  
  127. The new disk must be initialized.
  128.  
  129.  
  130. SORT FILENAME-- S
  131.  
  132.  
  133.   This command arranges files in
  134.  
  135. alpha-numeric order.  To use the
  136.  
  137. command, enter the command or its
  138.  
  139. abbreviation and the file you want
  140.  
  141. sorted.  If the file has more than
  142.  
  143. one field, those fields will be
  144.  
  145. displayed, and you will be prompted
  146.  
  147. to enter the field that you want the
  148.  
  149. file sorted by.  The program will
  150.  
  151. then re-save the sorted file back on
  152.  
  153. the disk.
  154.  
  155.  
  156. SET PRINT-- SET
  157.  
  158.  
  159.   The normal PRINT format places
  160.  
  161. a comma between each of the entries
  162.  
  163. and omits field headings. The SET
  164.  
  165. PRINT command allows you to alter this
  166.  
  167. format.  If you enter this command,
  168.  
  169. you will see a screen displaying the
  170.  
  171. current format.  By pressing "1" and
  172.  
  173. "2", you may activate and deactivate
  174.  
  175. the heading and commas.  When you
  176.  
  177. have the format you want, pressing
  178.  
  179. "3" will permanently save that format
  180.  
  181. on that disk.
  182.  
  183.  
  184. MAIN MENU-- M
  185.  
  186.  
  187.   This command will return you to the
  188.  
  189. MAIN MENU.  You must have the program
  190.  
  191. disk in your drive.  Other ways
  192.  
  193. to exit the COMMAND ENTRY option are
  194.  
  195. to type in "Q", "QUIT", or "END" and
  196.  
  197. press RETURN, or press the RUN/STOP
  198.  
  199. key.
  200.  
  201.  
  202.        *** ERROR MESSAGES ***
  203.  
  204.  
  205. VARIABLE ERROR-- You designated a new
  206. file a variable file and chose more
  207. than one field.  Only one field is
  208. allowed.
  209.  
  210. DISK FULL ERROR-- You tried to create
  211. a new file, but the disk you are
  212. using already contains 30 files.
  213.  
  214. FILE FULL ERROR-- The file that you
  215. are working on already has 200
  216. records.
  217.  
  218. FILE EMPTY ERROR-- You are not able
  219. to delete the last record of a file.
  220.  
  221. FILE DUP. ERROR-- The file that you
  222. tried to access is not on this disk.
  223.  
  224. INVALID COMMAND-- A space is missing
  225. between the command and filename or
  226. you have used an improper command.
  227.  
  228. MISSING FILENAME--  The command you
  229. are using requires a filename after
  230. it.
  231.  
  232. DRIVE NOT READY-- Your disk drive
  233. door is open or there is no formatted
  234. disk in your drive.
  235.  
  236. UNFORMATTED DISK-- You are trying to
  237. save information on a disk that you
  238. have not initialized under FILE
  239. CABINET.
  240.  
  241. FILES REQUIRED:
  242.  
  243. FILE CABINET       F.CMD
  244. PTR.FMT            DIR
  245.  
  246. ----------< end of text >-------------
  247.